home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_117.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  340 b   |  11 lines

  1. Inputs: InList; EliminateDuplicates; [AttributeName]
  2. Outputs: OutList
  3.  
  4. Inputs: list; boolean; [string]
  5. Outputs: list
  6.  
  7. Outlist is a sorted list of the contents of InList.  Duplicate items are removed if EliminateDuplicates is TRUE. With AttributeName, InList is a list of instances; otherwise InList is a list of numbers or strings.
  8.  
  9. Lists
  10.  
  11.